home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / GMS / GMSDev / Includes / GST / dpk.c next >
Encoding:
C/C++ Source or Header  |  1998-05-10  |  506 b   |  23 lines

  1. /*
  2. ** Use the following command to create a GST file of all includes:
  3. **
  4. **   sc noobjname dpk.c
  5. **
  6. */
  7.  
  8. #include <pragmas/dpkernel_pragmas.h>
  9. #include <pragmas/dpkernel_extras.h>
  10. #include <pragmas/blitter_pragmas.h>
  11. #include <pragmas/screens_pragmas.h>
  12. #include <pragmas/sound_pragmas.h>
  13. #include <pragmas/files_pragmas.h>
  14.  
  15. #include <system/all.h>
  16. #include <files/all.h>
  17. #include <dpkernel/all.h>
  18. #include <graphics/all.h>
  19. #include <input/all.h>
  20. #include <desktop/all.h>
  21.  
  22. #include <clib/dpkernel_protos.h>
  23.